GroupId | GroupIdcom.casualsuperman |
---|---|
ArtifactId | ArtifactIdportent |
Version | Version0.3.0 |
Type | Typepom |
Filename | Size |
---|---|
portent-0.3.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.casualsuperman/portent/ -->
<dependency>
<groupId>com.casualsuperman</groupId>
<artifactId>portent</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.casualsuperman/portent/
implementation 'com.casualsuperman:portent:0.3.0'
// https://jarcasting.com/artifacts/com.casualsuperman/portent/
implementation ("com.casualsuperman:portent:0.3.0")
'com.casualsuperman:portent:pom:0.3.0'
<dependency org="com.casualsuperman" name="portent" rev="0.3.0">
<artifact name="portent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.casualsuperman', module='portent', version='0.3.0')
)
libraryDependencies += "com.casualsuperman" % "portent" % "0.3.0"
[com.casualsuperman/portent "0.3.0"]