| GroupId | GroupIdse.l4.exoconf |
|---|---|
| ArtifactId | ArtifactIdexoconf-base |
| Version | Version1.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| exoconf-base-1.1.0.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.l4.exoconf/exoconf-base/ -->
<dependency>
<groupId>se.l4.exoconf</groupId>
<artifactId>exoconf-base</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.l4.exoconf/exoconf-base/
implementation 'se.l4.exoconf:exoconf-base:1.1.0'
// https://jarcasting.com/artifacts/se.l4.exoconf/exoconf-base/
implementation ("se.l4.exoconf:exoconf-base:1.1.0")
'se.l4.exoconf:exoconf-base:pom:1.1.0'
<dependency org="se.l4.exoconf" name="exoconf-base" rev="1.1.0">
<artifact name="exoconf-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.l4.exoconf', module='exoconf-base', version='1.1.0')
)
libraryDependencies += "se.l4.exoconf" % "exoconf-base" % "1.1.0"
[se.l4.exoconf/exoconf-base "1.1.0"]