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