| License |
License
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
|
|---|---|
| GroupId | GroupIdorg.softsmithy.devlib |
| ArtifactId | ArtifactIddevlib-core |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSoftSmithy Development Utility Library - Core
A Java development utility library.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| devlib-core-0.1.pom | |
| devlib-core-0.1.jar | 6 KB |
| devlib-core-0.1-sources.jar | 4 KB |
| devlib-core-0.1-javadoc.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.softsmithy.devlib/devlib-core/ -->
<dependency>
<groupId>org.softsmithy.devlib</groupId>
<artifactId>devlib-core</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.softsmithy.devlib/devlib-core/
implementation 'org.softsmithy.devlib:devlib-core:0.1'
// https://jarcasting.com/artifacts/org.softsmithy.devlib/devlib-core/
implementation ("org.softsmithy.devlib:devlib-core:0.1")
'org.softsmithy.devlib:devlib-core:jar:0.1'
<dependency org="org.softsmithy.devlib" name="devlib-core" rev="0.1">
<artifact name="devlib-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.softsmithy.devlib', module='devlib-core', version='0.1')
)
libraryDependencies += "org.softsmithy.devlib" % "devlib-core" % "0.1"
[org.softsmithy.devlib/devlib-core "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.softsmithy.lib : lib-core | jar | 0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| javax.persistence : persistence-api | jar | 1.0 |