| License |
License |
|---|---|
| GroupId | GroupIdorg.jcommon |
| ArtifactId | ArtifactIdcore |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjcommon-core
Java library for simple common utilities.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| core-1.0.pom | |
| core-1.0.jar | 51 KB |
| core-1.0-sources.jar | 38 KB |
| core-1.0-javadoc.jar | 274 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jcommon/core/ -->
<dependency>
<groupId>org.jcommon</groupId>
<artifactId>core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jcommon/core/
implementation 'org.jcommon:core:1.0'
// https://jarcasting.com/artifacts/org.jcommon/core/
implementation ("org.jcommon:core:1.0")
'org.jcommon:core:jar:1.0'
<dependency org="org.jcommon" name="core" rev="1.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jcommon', module='core', version='1.0')
)
libraryDependencies += "org.jcommon" % "core" % "1.0"
[org.jcommon/core "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.java.dev.jna : jna | jar | 3.5.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |