Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.internetitem |
ArtifactId | ArtifactIdframework |
Version | Version1.9 |
Type | Typejar |
Filename | Size |
---|---|
framework-1.9.pom | |
framework-1.9.jar | 8 KB |
framework-1.9-sources.jar | 7 KB |
framework-1.9-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.internetitem/framework/ -->
<dependency>
<groupId>org.internetitem</groupId>
<artifactId>framework</artifactId>
<version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.internetitem/framework/
implementation 'org.internetitem:framework:1.9'
// https://jarcasting.com/artifacts/org.internetitem/framework/
implementation ("org.internetitem:framework:1.9")
'org.internetitem:framework:jar:1.9'
<dependency org="org.internetitem" name="framework" rev="1.9">
<artifact name="framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.internetitem', module='framework', version='1.9')
)
libraryDependencies += "org.internetitem" % "framework" % "1.9"
[org.internetitem/framework "1.9"]