Categories |
CategoriesKeY Data Data Formats Formal Verification TwelveMonkeys Image Processing |
---|---|
GroupId | GroupIdcom.twelvemonkeys.contrib |
ArtifactId | ArtifactIdcontrib |
Version | Version3.3.1 |
Type | Typejar |
Filename | Size |
---|---|
contrib-3.3.1.pom | |
contrib-3.3.1.jar | 12 KB |
contrib-3.3.1-tests.jar | 5 KB |
contrib-3.3.1-test-sources.jar | 3 KB |
contrib-3.3.1-sources.jar | 6 KB |
contrib-3.3.1-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twelvemonkeys.contrib/contrib/ -->
<dependency>
<groupId>com.twelvemonkeys.contrib</groupId>
<artifactId>contrib</artifactId>
<version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.twelvemonkeys.contrib/contrib/
implementation 'com.twelvemonkeys.contrib:contrib:3.3.1'
// https://jarcasting.com/artifacts/com.twelvemonkeys.contrib/contrib/
implementation ("com.twelvemonkeys.contrib:contrib:3.3.1")
'com.twelvemonkeys.contrib:contrib:jar:3.3.1'
<dependency org="com.twelvemonkeys.contrib" name="contrib" rev="3.3.1">
<artifact name="contrib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twelvemonkeys.contrib', module='contrib', version='3.3.1')
)
libraryDependencies += "com.twelvemonkeys.contrib" % "contrib" % "3.3.1"
[com.twelvemonkeys.contrib/contrib "3.3.1"]