Categories |
CategoriesKeY Data Data Formats Formal Verification TwelveMonkeys Image Processing |
---|---|
GroupId | GroupIdcom.twelvemonkeys.common |
ArtifactId | ArtifactIdcommon-lang |
Version | Version3.6.2 |
Type | Typejar |
Filename | Size |
---|---|
common-lang-3.6.2.pom | |
common-lang-3.6.2.jar | 118 KB |
common-lang-3.6.2-tests.jar | 100 KB |
common-lang-3.6.2-test-sources.jar | 86 KB |
common-lang-3.6.2-sources.jar | 130 KB |
common-lang-3.6.2-javadoc.jar | 306 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twelvemonkeys.common/common-lang/ -->
<dependency>
<groupId>com.twelvemonkeys.common</groupId>
<artifactId>common-lang</artifactId>
<version>3.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.twelvemonkeys.common/common-lang/
implementation 'com.twelvemonkeys.common:common-lang:3.6.2'
// https://jarcasting.com/artifacts/com.twelvemonkeys.common/common-lang/
implementation ("com.twelvemonkeys.common:common-lang:3.6.2")
'com.twelvemonkeys.common:common-lang:jar:3.6.2'
<dependency org="com.twelvemonkeys.common" name="common-lang" rev="3.6.2">
<artifact name="common-lang" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twelvemonkeys.common', module='common-lang', version='3.6.2')
)
libraryDependencies += "com.twelvemonkeys.common" % "common-lang" % "3.6.2"
[com.twelvemonkeys.common/common-lang "3.6.2"]