is not current version
Last Version 3.8.2

com.twelvemonkeys.common:common 3.0-rc7

The TwelveMonkeys Common library. Contains common utility classes.

Categories

Categories

KeY Data Data Formats Formal Verification TwelveMonkeys Image Processing
GroupId

GroupId

com.twelvemonkeys.common
ArtifactId

ArtifactId

common
Version

Version

3.0-rc7
Type

Type

jar

Download common 3.0-rc7


<!-- https://jarcasting.com/artifacts/com.twelvemonkeys.common/common/ -->
<dependency>
    <groupId>com.twelvemonkeys.common</groupId>
    <artifactId>common</artifactId>
    <version>3.0-rc7</version>
</dependency>
// https://jarcasting.com/artifacts/com.twelvemonkeys.common/common/
implementation 'com.twelvemonkeys.common:common:3.0-rc7'
// https://jarcasting.com/artifacts/com.twelvemonkeys.common/common/
implementation ("com.twelvemonkeys.common:common:3.0-rc7")
'com.twelvemonkeys.common:common:jar:3.0-rc7'
<dependency org="com.twelvemonkeys.common" name="common" rev="3.0-rc7">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twelvemonkeys.common', module='common', version='3.0-rc7')
)
libraryDependencies += "com.twelvemonkeys.common" % "common" % "3.0-rc7"
[com.twelvemonkeys.common/common "3.0-rc7"]