is not current version
Last Version 0.3.1

com.casualsuperman.portent:parent 0.1.0

A parent pom for the portent project

GroupId

GroupId

com.casualsuperman.portent
ArtifactId

ArtifactId

parent
Version

Version

0.1.0
Type

Type

pom

Download parent 0.1.0

Filename Size
parent-0.1.0.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/com.casualsuperman.portent/parent/ -->
<dependency>
    <groupId>com.casualsuperman.portent</groupId>
    <artifactId>parent</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.casualsuperman.portent/parent/
implementation 'com.casualsuperman.portent:parent:0.1.0'
// https://jarcasting.com/artifacts/com.casualsuperman.portent/parent/
implementation ("com.casualsuperman.portent:parent:0.1.0")
'com.casualsuperman.portent:parent:pom:0.1.0'
<dependency org="com.casualsuperman.portent" name="parent" rev="0.1.0">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.casualsuperman.portent', module='parent', version='0.1.0')
)
libraryDependencies += "com.casualsuperman.portent" % "parent" % "0.1.0"
[com.casualsuperman.portent/parent "0.1.0"]