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