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