Categories |
CategoriesKeY Data Data Formats Formal Verification TwelveMonkeys Image Processing |
---|---|
GroupId | GroupIdcom.github.lafa.twelvemonkeyspurejava.bom |
ArtifactId | ArtifactIdbom |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
bom-1.0.pom | 6 KB |
bom-1.0-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lafa.twelvemonkeyspurejava.bom/bom/ -->
<dependency>
<groupId>com.github.lafa.twelvemonkeyspurejava.bom</groupId>
<artifactId>bom</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lafa.twelvemonkeyspurejava.bom/bom/
implementation 'com.github.lafa.twelvemonkeyspurejava.bom:bom:1.0'
// https://jarcasting.com/artifacts/com.github.lafa.twelvemonkeyspurejava.bom/bom/
implementation ("com.github.lafa.twelvemonkeyspurejava.bom:bom:1.0")
'com.github.lafa.twelvemonkeyspurejava.bom:bom:jar:1.0'
<dependency org="com.github.lafa.twelvemonkeyspurejava.bom" name="bom" rev="1.0">
<artifact name="bom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lafa.twelvemonkeyspurejava.bom', module='bom', version='1.0')
)
libraryDependencies += "com.github.lafa.twelvemonkeyspurejava.bom" % "bom" % "1.0"
[com.github.lafa.twelvemonkeyspurejava.bom/bom "1.0"]