GroupId | GroupIdpl.gdela |
---|---|
ArtifactId | ArtifactIdsocomo-core |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
socomo-core-2.0.2.pom | |
socomo-core-2.0.2.jar | 53 KB |
socomo-core-2.0.2-sources.jar | 34 KB |
socomo-core-2.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/pl.gdela/socomo-core/
implementation 'pl.gdela:socomo-core:2.0.2'
// https://jarcasting.com/artifacts/pl.gdela/socomo-core/
implementation ("pl.gdela:socomo-core:2.0.2")
'pl.gdela:socomo-core:jar:2.0.2'
<dependency org="pl.gdela" name="socomo-core" rev="2.0.2">
<artifact name="socomo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.gdela', module='socomo-core', version='2.0.2')
)
libraryDependencies += "pl.gdela" % "socomo-core" % "2.0.2"
[pl.gdela/socomo-core "2.0.2"]