License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification TwelveMonkeys Image Processing |
GroupId | GroupIdcom.twelvemonkeys.common |
ArtifactId | ArtifactIdcommon |
Last Version | Last Version3.8.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTwelveMonkeys :: Common
The TwelveMonkeys Common library. Contains common utility classes.
|
Filename | Size |
---|---|
common-3.8.2.pom | 1 KB |
common-3.8.2-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twelvemonkeys.common/common/ -->
<dependency>
<groupId>com.twelvemonkeys.common</groupId>
<artifactId>common</artifactId>
<version>3.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.twelvemonkeys.common/common/
implementation 'com.twelvemonkeys.common:common:3.8.2'
// https://jarcasting.com/artifacts/com.twelvemonkeys.common/common/
implementation ("com.twelvemonkeys.common:common:3.8.2")
'com.twelvemonkeys.common:common:jar:3.8.2'
<dependency org="com.twelvemonkeys.common" name="common" rev="3.8.2">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twelvemonkeys.common', module='common', version='3.8.2')
)
libraryDependencies += "com.twelvemonkeys.common" % "common" % "3.8.2"
[com.twelvemonkeys.common/common "3.8.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |