GroupId | GroupIdpl.chilldev.commons |
---|---|
ArtifactId | ArtifactIdcommons-web |
Version | Version0.3.12 |
Type | Typejar |
Filename | Size |
---|---|
commons-web-0.3.12.pom | |
commons-web-0.3.12.jar | 12 KB |
commons-web-0.3.12-sources.jar | 8 KB |
commons-web-0.3.12-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.chilldev.commons/commons-web/ -->
<dependency>
<groupId>pl.chilldev.commons</groupId>
<artifactId>commons-web</artifactId>
<version>0.3.12</version>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-web/
implementation 'pl.chilldev.commons:commons-web:0.3.12'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-web/
implementation ("pl.chilldev.commons:commons-web:0.3.12")
'pl.chilldev.commons:commons-web:jar:0.3.12'
<dependency org="pl.chilldev.commons" name="commons-web" rev="0.3.12">
<artifact name="commons-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-web', version='0.3.12')
)
libraryDependencies += "pl.chilldev.commons" % "commons-web" % "0.3.12"
[pl.chilldev.commons/commons-web "0.3.12"]