GroupId | GroupIdorg.catools |
---|---|
ArtifactId | ArtifactIdweb |
Version | Version0.1.41 |
Type | Typepom |
Filename | Size |
---|---|
web-0.1.41.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.catools/web/ -->
<dependency>
<groupId>org.catools</groupId>
<artifactId>web</artifactId>
<version>0.1.41</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.catools/web/
implementation 'org.catools:web:0.1.41'
// https://jarcasting.com/artifacts/org.catools/web/
implementation ("org.catools:web:0.1.41")
'org.catools:web:pom:0.1.41'
<dependency org="org.catools" name="web" rev="0.1.41">
<artifact name="web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.catools', module='web', version='0.1.41')
)
libraryDependencies += "org.catools" % "web" % "0.1.41"
[org.catools/web "0.1.41"]