Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.bitbucket.openisoj |
ArtifactId | ArtifactIdpostmaven |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
postmaven-0.0.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.openisoj/postmaven/ -->
<dependency>
<groupId>org.bitbucket.openisoj</groupId>
<artifactId>postmaven</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.openisoj/postmaven/
implementation 'org.bitbucket.openisoj:postmaven:0.0.1'
// https://jarcasting.com/artifacts/org.bitbucket.openisoj/postmaven/
implementation ("org.bitbucket.openisoj:postmaven:0.0.1")
'org.bitbucket.openisoj:postmaven:pom:0.0.1'
<dependency org="org.bitbucket.openisoj" name="postmaven" rev="0.0.1">
<artifact name="postmaven" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.openisoj', module='postmaven', version='0.0.1')
)
libraryDependencies += "org.bitbucket.openisoj" % "postmaven" % "0.0.1"
[org.bitbucket.openisoj/postmaven "0.0.1"]