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