GroupId | GroupIdorg.nanoframework |
---|---|
ArtifactId | ArtifactIdsuper |
Version | Version0.0.14 |
Type | Typepom |
Filename | Size |
---|---|
super-0.0.14.pom | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nanoframework/super/ -->
<dependency>
<groupId>org.nanoframework</groupId>
<artifactId>super</artifactId>
<version>0.0.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nanoframework/super/
implementation 'org.nanoframework:super:0.0.14'
// https://jarcasting.com/artifacts/org.nanoframework/super/
implementation ("org.nanoframework:super:0.0.14")
'org.nanoframework:super:pom:0.0.14'
<dependency org="org.nanoframework" name="super" rev="0.0.14">
<artifact name="super" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nanoframework', module='super', version='0.0.14')
)
libraryDependencies += "org.nanoframework" % "super" % "0.0.14"
[org.nanoframework/super "0.0.14"]