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