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