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