Kevoree Standard Libraries
This repository contains all the Kevoree libraries officially maintained by the Kevoree team.
License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.kevoree.library.java |
ArtifactId | ArtifactIdorg.kevoree.library.java.helloworld |
Last Version | Last Version5.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKevoree :: Library :: Java :: HelloWorld
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.kevoree.library.java/org.kevoree.library.java.helloworld/ -->
<dependency>
<groupId>org.kevoree.library.java</groupId>
<artifactId>org.kevoree.library.java.helloworld</artifactId>
<version>5.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree.library.java/org.kevoree.library.java.helloworld/
implementation 'org.kevoree.library.java:org.kevoree.library.java.helloworld:5.3.2'
// https://jarcasting.com/artifacts/org.kevoree.library.java/org.kevoree.library.java.helloworld/
implementation ("org.kevoree.library.java:org.kevoree.library.java.helloworld:5.3.2")
'org.kevoree.library.java:org.kevoree.library.java.helloworld:jar:5.3.2'
<dependency org="org.kevoree.library.java" name="org.kevoree.library.java.helloworld" rev="5.3.2">
<artifact name="org.kevoree.library.java.helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree.library.java', module='org.kevoree.library.java.helloworld', version='5.3.2')
)
libraryDependencies += "org.kevoree.library.java" % "org.kevoree.library.java.helloworld" % "5.3.2"
[org.kevoree.library.java/org.kevoree.library.java.helloworld "5.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 0.8.11 |
org.kevoree : org.kevoree.api | jar | 5.3.2 |
org.kevoree : org.kevoree.annotation.api | jar | 5.3.2 |
org.kevoree.log : org.kevoree.log | jar | 1 |
This repository contains all the Kevoree libraries officially maintained by the Kevoree team.