| License |
License |
|---|---|
| GroupId | GroupIdcom.needhamsoftware.unojar |
| ArtifactId | ArtifactIdcore |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionUno-Jar Core
Libraries for packaging FatJars with a JarClassLoader
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| core-1.0.2.pom | |
| core-1.0.2.jar | 51 KB |
| core-1.0.2-sources.jar | 28 KB |
| core-1.0.2-javadoc.jar | 457 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.needhamsoftware.unojar/core/ -->
<dependency>
<groupId>com.needhamsoftware.unojar</groupId>
<artifactId>core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.needhamsoftware.unojar/core/
implementation 'com.needhamsoftware.unojar:core:1.0.2'
// https://jarcasting.com/artifacts/com.needhamsoftware.unojar/core/
implementation ("com.needhamsoftware.unojar:core:1.0.2")
'com.needhamsoftware.unojar:core:jar:1.0.2'
<dependency org="com.needhamsoftware.unojar" name="core" rev="1.0.2">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.needhamsoftware.unojar', module='core', version='1.0.2')
)
libraryDependencies += "com.needhamsoftware.unojar" % "core" % "1.0.2"
[com.needhamsoftware.unojar/core "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |