GroupId | GroupIdorg.bitbucket.intenscom |
---|---|
ArtifactId | ArtifactIdweb |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
web-1.0.0.pom | |
web-1.0.0.jar | 338 bytes |
web-1.0.0-sources.jar | 338 bytes |
web-1.0.0-javadoc.jar | 338 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.intenscom/web/ -->
<dependency>
<groupId>org.bitbucket.intenscom</groupId>
<artifactId>web</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.intenscom/web/
implementation 'org.bitbucket.intenscom:web:1.0.0'
// https://jarcasting.com/artifacts/org.bitbucket.intenscom/web/
implementation ("org.bitbucket.intenscom:web:1.0.0")
'org.bitbucket.intenscom:web:jar:1.0.0'
<dependency org="org.bitbucket.intenscom" name="web" rev="1.0.0">
<artifact name="web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.intenscom', module='web', version='1.0.0')
)
libraryDependencies += "org.bitbucket.intenscom" % "web" % "1.0.0"
[org.bitbucket.intenscom/web "1.0.0"]