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