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