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