License |
License |
---|---|
GroupId | GroupIdorg.permians |
ArtifactId | ArtifactIdbase |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionbase
Basic Version Definitions for Permians Artefacts.
|
Filename | Size |
---|---|
base-1.0.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.permians/base/ -->
<dependency>
<groupId>org.permians</groupId>
<artifactId>base</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.permians/base/
implementation 'org.permians:base:1.0.2'
// https://jarcasting.com/artifacts/org.permians/base/
implementation ("org.permians:base:1.0.2")
'org.permians:base:pom:1.0.2'
<dependency org="org.permians" name="base" rev="1.0.2">
<artifact name="base" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.permians', module='base', version='1.0.2')
)
libraryDependencies += "org.permians" % "base" % "1.0.2"
[org.permians/base "1.0.2"]