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