License |
License |
---|---|
GroupId | GroupIdorg.libj |
ArtifactId | ArtifactIdlang |
Version | Version0.7.5 |
Type | Typejar |
Description |
DescriptionLibJ Lang
Supplementary utilities for classes that belong to java.lang, or are considered essential as to justify existence in java.lang.
|
Project Organization |
Project OrganizationLibJ |
Filename | Size |
---|---|
lang-0.7.5.pom | |
lang-0.7.5.jar | 56 KB |
lang-0.7.5-tests.jar | 38 KB |
lang-0.7.5-sources.jar | 43 KB |
lang-0.7.5-javadoc.jar | 133 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.libj/lang/ -->
<dependency>
<groupId>org.libj</groupId>
<artifactId>lang</artifactId>
<version>0.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.libj/lang/
implementation 'org.libj:lang:0.7.5'
// https://jarcasting.com/artifacts/org.libj/lang/
implementation ("org.libj:lang:0.7.5")
'org.libj:lang:jar:0.7.5'
<dependency org="org.libj" name="lang" rev="0.7.5">
<artifact name="lang" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.libj', module='lang', version='0.7.5')
)
libraryDependencies += "org.libj" % "lang" % "0.7.5"
[org.libj/lang "0.7.5"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.libj : test | jar | 0.7.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |