Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.iih5 |
ArtifactId | ArtifactIdsmart-netbox |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
smart-netbox-1.2.pom | |
smart-netbox-1.2.jar | 77 KB |
smart-netbox-1.2-sources.jar | 71 KB |
smart-netbox-1.2-javadoc.jar | 325 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.iih5/smart-netbox/ -->
<dependency>
<groupId>com.iih5</groupId>
<artifactId>smart-netbox</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.iih5/smart-netbox/
implementation 'com.iih5:smart-netbox:1.2'
// https://jarcasting.com/artifacts/com.iih5/smart-netbox/
implementation ("com.iih5:smart-netbox:1.2")
'com.iih5:smart-netbox:jar:1.2'
<dependency org="com.iih5" name="smart-netbox" rev="1.2">
<artifact name="smart-netbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iih5', module='smart-netbox', version='1.2')
)
libraryDependencies += "com.iih5" % "smart-netbox" % "1.2"
[com.iih5/smart-netbox "1.2"]