GroupId | GroupIdcom.deciphernow |
---|---|
ArtifactId | ArtifactIdgm-fabric |
Version | Version0.2.3 |
Type | Typepom |
Filename | Size |
---|---|
gm-fabric-0.2.3.pom | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.deciphernow/gm-fabric/ -->
<dependency>
<groupId>com.deciphernow</groupId>
<artifactId>gm-fabric</artifactId>
<version>0.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.deciphernow/gm-fabric/
implementation 'com.deciphernow:gm-fabric:0.2.3'
// https://jarcasting.com/artifacts/com.deciphernow/gm-fabric/
implementation ("com.deciphernow:gm-fabric:0.2.3")
'com.deciphernow:gm-fabric:pom:0.2.3'
<dependency org="com.deciphernow" name="gm-fabric" rev="0.2.3">
<artifact name="gm-fabric" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.deciphernow', module='gm-fabric', version='0.2.3')
)
libraryDependencies += "com.deciphernow" % "gm-fabric" % "0.2.3"
[com.deciphernow/gm-fabric "0.2.3"]