License |
License |
---|---|
GroupId | GroupIdcom.thesett |
ArtifactId | ArtifactIdbase |
Version | Version0.9.117 |
Type | Typejar |
Description |
Descriptionbase
My base library, a mixed bag of re-usable utility code.
|
Filename | Size |
---|---|
base-0.9.117.pom | |
base-0.9.117.jar | 10 KB |
base-0.9.117-sources.jar | 8 KB |
base-0.9.117-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/base/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>base</artifactId>
<version>0.9.117</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/base/
implementation 'com.thesett:base:0.9.117'
// https://jarcasting.com/artifacts/com.thesett/base/
implementation ("com.thesett:base:0.9.117")
'com.thesett:base:jar:0.9.117'
<dependency org="com.thesett" name="base" rev="0.9.117">
<artifact name="base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='base', version='0.9.117')
)
libraryDependencies += "com.thesett" % "base" % "0.9.117"
[com.thesett/base "0.9.117"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | [1.2.8,) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |