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