License |
License |
---|---|
GroupId | GroupIdorg.jcommon |
ArtifactId | ArtifactIdinit |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionjcommon-init
Java library for simple extracting and processing of embedded resources at runtime.
|
Project URL |
Project URL |
Filename | Size |
---|---|
init-1.0.pom | |
init-1.0.jar | 90 KB |
init-1.0-sources.jar | 51 KB |
init-1.0-javadoc.jar | 293 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jcommon/init/ -->
<dependency>
<groupId>org.jcommon</groupId>
<artifactId>init</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jcommon/init/
implementation 'org.jcommon:init:1.0'
// https://jarcasting.com/artifacts/org.jcommon/init/
implementation ("org.jcommon:init:1.0")
'org.jcommon:init:jar:1.0'
<dependency org="org.jcommon" name="init" rev="1.0">
<artifact name="init" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jcommon', module='init', version='1.0')
)
libraryDependencies += "org.jcommon" % "init" % "1.0"
[org.jcommon/init "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jcommon : core | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |