License |
License |
---|---|
GroupId | GroupIdcom.github.stephenc.scale7 |
ArtifactId | ArtifactIdscale7-core |
Version | Version1.3.0 |
Type | Typejar |
Description |
DescriptionCore - The core classes used by the Scale 7 libraries
A set of core classes used by the Scale 7 libraries.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scale7-core-1.3.0.pom | |
scale7-core-1.3.0.jar | 17 KB |
scale7-core-1.3.0-sources.jar | 11 KB |
scale7-core-1.3.0-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephenc.scale7/scale7-core/ -->
<dependency>
<groupId>com.github.stephenc.scale7</groupId>
<artifactId>scale7-core</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc.scale7/scale7-core/
implementation 'com.github.stephenc.scale7:scale7-core:1.3.0'
// https://jarcasting.com/artifacts/com.github.stephenc.scale7/scale7-core/
implementation ("com.github.stephenc.scale7:scale7-core:1.3.0")
'com.github.stephenc.scale7:scale7-core:jar:1.3.0'
<dependency org="com.github.stephenc.scale7" name="scale7-core" rev="1.3.0">
<artifact name="scale7-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.scale7', module='scale7-core', version='1.3.0')
)
libraryDependencies += "com.github.stephenc.scale7" % "scale7-core" % "1.3.0"
[com.github.stephenc.scale7/scale7-core "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.1 |
commons-codec : commons-codec Optional | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |