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