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