License |
License |
---|---|
GroupId | GroupIdeu.cedarsoft.devtools |
ArtifactId | ArtifactIdcore |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCore
Core classes for DevTools
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
core-1.1.pom | |
core-1.1.jar | 18 KB |
core-1.1-tests.jar | 15 KB |
core-1.1-sources.jar | 9 KB |
core-1.1-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.cedarsoft.devtools/core/ -->
<dependency>
<groupId>eu.cedarsoft.devtools</groupId>
<artifactId>core</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.cedarsoft.devtools/core/
implementation 'eu.cedarsoft.devtools:core:1.1'
// https://jarcasting.com/artifacts/eu.cedarsoft.devtools/core/
implementation ("eu.cedarsoft.devtools:core:1.1")
'eu.cedarsoft.devtools:core:jar:1.1'
<dependency org="eu.cedarsoft.devtools" name="core" rev="1.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.cedarsoft.devtools', module='core', version='1.1')
)
libraryDependencies += "eu.cedarsoft.devtools" % "core" % "1.1"
[eu.cedarsoft.devtools/core "1.1"]
Group / Artifact | Type | Version |
---|---|---|
eu.cedarsoft.utils : cmd | jar | 1.1 |
eu.cedarsoft.utils : common | jar | 1.1 |
eu.cedarsoft.utils : configuration | jar | 1.1 |
commons-configuration : commons-configuration | jar | 1.4 |
commons-io : commons-io | jar | 1.3.1 |
com.google.code.guice : guice | jar | 1.0 |
com.intellij : annotations | jar | 6.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.3.1 |