GroupId | GroupIdch.exense.commons |
---|---|
ArtifactId | ArtifactIdexense-core-web |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
exense-core-web-1.3.1.pom | |
exense-core-web-1.3.1.jar | 22 KB |
exense-core-web-1.3.1-sources.jar | 14 KB |
exense-core-web-1.3.1-javadoc.jar | 477 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.exense.commons/exense-core-web/ -->
<dependency>
<groupId>ch.exense.commons</groupId>
<artifactId>exense-core-web</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.commons/exense-core-web/
implementation 'ch.exense.commons:exense-core-web:1.3.1'
// https://jarcasting.com/artifacts/ch.exense.commons/exense-core-web/
implementation ("ch.exense.commons:exense-core-web:1.3.1")
'ch.exense.commons:exense-core-web:jar:1.3.1'
<dependency org="ch.exense.commons" name="exense-core-web" rev="1.3.1">
<artifact name="exense-core-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.commons', module='exense-core-web', version='1.3.1')
)
libraryDependencies += "ch.exense.commons" % "exense-core-web" % "1.3.1"
[ch.exense.commons/exense-core-web "1.3.1"]