Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdpl.wrzasq.cform |
ArtifactId | ArtifactIdcform-commons |
Version | Version1.1.5 |
Type | Typejar |
Filename | Size |
---|---|
cform-commons-1.1.5.pom | |
cform-commons-1.1.5.jar | 25 KB |
cform-commons-1.1.5-sources.jar | 7 KB |
cform-commons-1.1.5-javadoc.jar | 296 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.wrzasq.cform/cform-commons/ -->
<dependency>
<groupId>pl.wrzasq.cform</groupId>
<artifactId>cform-commons</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/pl.wrzasq.cform/cform-commons/
implementation 'pl.wrzasq.cform:cform-commons:1.1.5'
// https://jarcasting.com/artifacts/pl.wrzasq.cform/cform-commons/
implementation ("pl.wrzasq.cform:cform-commons:1.1.5")
'pl.wrzasq.cform:cform-commons:jar:1.1.5'
<dependency org="pl.wrzasq.cform" name="cform-commons" rev="1.1.5">
<artifact name="cform-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.wrzasq.cform', module='cform-commons', version='1.1.5')
)
libraryDependencies += "pl.wrzasq.cform" % "cform-commons" % "1.1.5"
[pl.wrzasq.cform/cform-commons "1.1.5"]