GroupId | GroupIdpl.chilldev.commons |
---|---|
ArtifactId | ArtifactIdcommons-web |
Version | Version0.3.19 |
Type | Typejar |
Filename | Size |
---|---|
commons-web-0.3.19.pom | |
commons-web-0.3.19.jar | 12 KB |
commons-web-0.3.19-sources.jar | 7 KB |
commons-web-0.3.19-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.19</version>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-web/
implementation 'pl.chilldev.commons:commons-web:0.3.19'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-web/
implementation ("pl.chilldev.commons:commons-web:0.3.19")
'pl.chilldev.commons:commons-web:jar:0.3.19'
<dependency org="pl.chilldev.commons" name="commons-web" rev="0.3.19">
<artifact name="commons-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-web', version='0.3.19')
)
libraryDependencies += "pl.chilldev.commons" % "commons-web" % "0.3.19"
[pl.chilldev.commons/commons-web "0.3.19"]