Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdes.jfml |
ArtifactId | ArtifactIdjava-core |
Version | Versionv1.3 |
Type | Typejar |
Filename | Size |
---|---|
java-core-v1.3.pom | |
java-core-v1.3.jar | 3 MB |
java-core-v1.3-sources.jar | 268 KB |
java-core-v1.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/es.jfml/java-core/ -->
<dependency>
<groupId>es.jfml</groupId>
<artifactId>java-core</artifactId>
<version>v1.3</version>
</dependency>
// https://jarcasting.com/artifacts/es.jfml/java-core/
implementation 'es.jfml:java-core:v1.3'
// https://jarcasting.com/artifacts/es.jfml/java-core/
implementation ("es.jfml:java-core:v1.3")
'es.jfml:java-core:jar:v1.3'
<dependency org="es.jfml" name="java-core" rev="v1.3">
<artifact name="java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.jfml', module='java-core', version='v1.3')
)
libraryDependencies += "es.jfml" % "java-core" % "v1.3"
[es.jfml/java-core "v1.3"]