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