Giter Site home page Giter Site logo

Comments (10)

Tapac avatar Tapac commented on May 3, 2024

0.6.7 published to bintray

from exposed.

douglarek avatar douglarek commented on May 3, 2024

@Tapac

compile 'org.jetbrains.exposed:exposed:0.6.7'

Could not resolve all dependencies for configuration 'detachedConfiguration5'.
> Could not find org.jetbrains.exposed:exposed:0.6.7.
  Searched in the following locations:
      https://jcenter.bintray.com/org/jetbrains/exposed/exposed/0.6.7/exposed-0.6.7.pom
      https://jcenter.bintray.com/org/jetbrains/exposed/exposed/0.6.7/exposed-0.6.7.jar
$ http -F GET "https://jcenter.bintray.com/org/jetbrains/exposed/spring-transaction/0.6.7/spring-transaction-0.6.7.pom"

HTTP/1.1 404 Not Found
Connection: keep-alive
Content-Length: 88
Content-Type: application/json;charset=ISO-8859-1
Date: Mon, 26 Sep 2016 09:59:56 GMT
Server: nginx
X-Artifactory-Id: repo.jfrog.org
X-Node: nginx-dedicated4e.prod-use1

{
    "errors": [
        {
            "message": "Could not find resource",
            "status": 404
        }
    ]
}```

from exposed.

Tapac avatar Tapac commented on May 3, 2024

https://bintray.com/kotlin/exposed/exposed#files/org/jetbrains/exposed/spring-transaction/0.6.7

from exposed.

douglarek avatar douglarek commented on May 3, 2024

@Tapac thanks, I just want to use it by Gradle like other projects not jars;

from exposed.

douglarek avatar douglarek commented on May 3, 2024
$ http -F GET "https://jcenter.bintray.com/org/jetbrains/exposed/exposed/0.6.7/exposed-0.6.7.pom"

HTTP/1.1 404 Not Found
Connection: keep-alive
Content-Type: application/json;charset=ISO-8859-1
Date: Mon, 26 Sep 2016 10:41:16 GMT
Server: nginx
X-Artifactory-Id: repo.jfrog.org
X-Node: nginx-dedicated1e.prod-use1
transfer-encoding: chunked

{
    "errors": [
        {
            "message": "Could not find resource",
            "status": 404
        }
    ]
}

from exposed.

Tapac avatar Tapac commented on May 3, 2024

We are not ready to publish it to jcentral yet (have some critical design issues) so you should be able to get it from bintray repo.
If you couldn't please provide your gradle build config.

from exposed.

BassirouRabo avatar BassirouRabo commented on May 3, 2024

I'm trying to import "

kotlin exposed

", but failed to include if . Here is my build.gradle . What did i do wrong ?

group '1'
version '1.0-SNAPSHOT'

buildscript {
    ext.kotlin_version = '1.2.41'
    ext.ktor_version = '0.9.2'

    repositories {
        mavenCentral()
    }
    dependencies {
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
        classpath "org.jetbrains.kotlin:kotlin-noarg:$kotlin_version"
    }
}

apply plugin: 'application'
apply plugin: 'kotlin'
apply plugin: "kotlin2js"
apply plugin: "kotlin-jpa"

mainClassName = 'io.ktor.server.netty.DevelopmentEngine'

repositories {
    jcenter()
    mavenCentral()
    maven { url "https://dl.bintray.com/kotlin/exposed" }
    maven { url "https://dl.bintray.com/kotlin/ktor" }
}

dependencies {
    compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

    compile 'org.jetbrains.exposed:exposed:0.10.2'

    compile "io.ktor:ktor-server-netty:$ktor_version"
    compile "io.ktor:ktor-html-builder:$ktor_version"

    compile "ch.qos.logback:logback-classic:1.2.1"
    testCompile group: 'junit', name: 'junit', version: '4.12'
}

compileKotlin {
    kotlinOptions.jvmTarget = "1.8"
}
compileTestKotlin {
    kotlinOptions.jvmTarget = "1.8"
}

kotlin {
    experimental {
        coroutines "enable"
    }
}

from exposed.

Tapac avatar Tapac commented on May 3, 2024

@brabo-hi , any errors from gradle logs?

from exposed.

BassirouRabo avatar BassirouRabo commented on May 3, 2024

Here is the error
root project '1': Unable to build Kotlin project configuration
Details: java.lang.reflect.InvocationTargetException: null
Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':compileClasspath'.
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find org.jetbrains.kotlinx:kotlinx-html-jvm:0.6.9.
Searched in the following locations:
https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-html-jvm/0.6.9/kotlinx-html-jvm-0.6.9.pom
https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-html-jvm/0.6.9/kotlinx-html-jvm-0.6.9.jar
https://dl.bintray.com/kotlin/kotlinx/org/jetbrains/kotlinx/kotlinx-html-jvm/0.6.9/kotlinx-html-jvm-0.6.9.pom
https://dl.bintray.com/kotlin/kotlinx/org/jetbrains/kotlinx/kotlinx-html-jvm/0.6.9/kotlinx-html-jvm-0.6.9.jar
https://dl.bintray.com/kotlin/exposed/org/jetbrains/kotlinx/kotlinx-html-jvm/0.6.9/kotlinx-html-jvm-0.6.9.pom
https://dl.bintray.com/kotlin/exposed/org/jetbrains/kotlinx/kotlinx-html-jvm/0.6.9/kotlinx-html-jvm-0.6.9.jar
https://dl.bintray.com/kotlin/ktor/org/jetbrains/kotlinx/kotlinx-html-jvm/0.6.9/kotlinx-html-jvm-0.6.9.pom
https://dl.bintray.com/kotlin/ktor/org/jetbrains/kotlinx/kotlinx-html-jvm/0.6.9/kotlinx-html-jvm-0.6.9.jar
Required by:
project : > io.ktor:ktor-html-builder:0.9.2

from exposed.

Tapac avatar Tapac commented on May 3, 2024

I guess that this is unrelated to Exposed, please check that issue ktorio/ktor#341

from exposed.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.