Categories |
CategoriesJava Languages Net |
---|---|
GroupId | GroupIdnet.fckeditor |
ArtifactId | ArtifactIdjava-core |
Version | Version2.5 |
Type | Typejar |
Filename | Size |
---|---|
java-core-2.5.pom | |
java-core-2.5.jar | 64 KB |
java-core-2.5-sources.jar | 62 KB |
java-core-2.5-javadoc.jar | 424 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.fckeditor/java-core/ -->
<dependency>
<groupId>net.fckeditor</groupId>
<artifactId>java-core</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.fckeditor/java-core/
implementation 'net.fckeditor:java-core:2.5'
// https://jarcasting.com/artifacts/net.fckeditor/java-core/
implementation ("net.fckeditor:java-core:2.5")
'net.fckeditor:java-core:jar:2.5'
<dependency org="net.fckeditor" name="java-core" rev="2.5">
<artifact name="java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.fckeditor', module='java-core', version='2.5')
)
libraryDependencies += "net.fckeditor" % "java-core" % "2.5"
[net.fckeditor/java-core "2.5"]