| GroupId | GroupIdnl.talsmasoftware.enumerables |
|---|---|
| ArtifactId | ArtifactIdenumerables-root |
| Version | Version0.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| enumerables-root-0.1.0.pom | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nl.talsmasoftware.enumerables/enumerables-root/ -->
<dependency>
<groupId>nl.talsmasoftware.enumerables</groupId>
<artifactId>enumerables-root</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.talsmasoftware.enumerables/enumerables-root/
implementation 'nl.talsmasoftware.enumerables:enumerables-root:0.1.0'
// https://jarcasting.com/artifacts/nl.talsmasoftware.enumerables/enumerables-root/
implementation ("nl.talsmasoftware.enumerables:enumerables-root:0.1.0")
'nl.talsmasoftware.enumerables:enumerables-root:pom:0.1.0'
<dependency org="nl.talsmasoftware.enumerables" name="enumerables-root" rev="0.1.0">
<artifact name="enumerables-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.talsmasoftware.enumerables', module='enumerables-root', version='0.1.0')
)
libraryDependencies += "nl.talsmasoftware.enumerables" % "enumerables-root" % "0.1.0"
[nl.talsmasoftware.enumerables/enumerables-root "0.1.0"]