GroupId | GroupIdpl.gdela |
---|---|
ArtifactId | ArtifactIdsocomo-core |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
socomo-core-2.0.1.pom | |
socomo-core-2.0.1.jar | 52 KB |
socomo-core-2.0.1-sources.jar | 33 KB |
socomo-core-2.0.1-javadoc.jar | 137 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.gdela/socomo-core/ -->
<dependency>
<groupId>pl.gdela</groupId>
<artifactId>socomo-core</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.gdela/socomo-core/
implementation 'pl.gdela:socomo-core:2.0.1'
// https://jarcasting.com/artifacts/pl.gdela/socomo-core/
implementation ("pl.gdela:socomo-core:2.0.1")
'pl.gdela:socomo-core:jar:2.0.1'
<dependency org="pl.gdela" name="socomo-core" rev="2.0.1">
<artifact name="socomo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.gdela', module='socomo-core', version='2.0.1')
)
libraryDependencies += "pl.gdela" % "socomo-core" % "2.0.1"
[pl.gdela/socomo-core "2.0.1"]