License |
License |
---|---|
GroupId | GroupIdcom.googlecode.sli4j |
ArtifactId | ArtifactIdsli4j-core |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCore
sli4j core
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sli4j-core-2.0.pom | |
sli4j-core-2.0.jar | 10 KB |
sli4j-core-2.0-sources.jar | 9 KB |
sli4j-core-2.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.sli4j/sli4j-core/ -->
<dependency>
<groupId>com.googlecode.sli4j</groupId>
<artifactId>sli4j-core</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.sli4j/sli4j-core/
implementation 'com.googlecode.sli4j:sli4j-core:2.0'
// https://jarcasting.com/artifacts/com.googlecode.sli4j/sli4j-core/
implementation ("com.googlecode.sli4j:sli4j-core:2.0")
'com.googlecode.sli4j:sli4j-core:jar:2.0'
<dependency org="com.googlecode.sli4j" name="sli4j-core" rev="2.0">
<artifact name="sli4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.sli4j', module='sli4j-core', version='2.0')
)
libraryDependencies += "com.googlecode.sli4j" % "sli4j-core" % "2.0"
[com.googlecode.sli4j/sli4j-core "2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 5.10 |