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