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