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