| GroupId | GroupIdph.extremelogic |
|---|---|
| ArtifactId | ArtifactIdextremelogic-common-core |
| Version | Version0.0.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/ph.extremelogic/extremelogic-common-core/ -->
<dependency>
<groupId>ph.extremelogic</groupId>
<artifactId>extremelogic-common-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ph.extremelogic/extremelogic-common-core/
implementation 'ph.extremelogic:extremelogic-common-core:0.0.1'
// https://jarcasting.com/artifacts/ph.extremelogic/extremelogic-common-core/
implementation ("ph.extremelogic:extremelogic-common-core:0.0.1")
'ph.extremelogic:extremelogic-common-core:jar:0.0.1'
<dependency org="ph.extremelogic" name="extremelogic-common-core" rev="0.0.1">
<artifact name="extremelogic-common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ph.extremelogic', module='extremelogic-common-core', version='0.0.1')
)
libraryDependencies += "ph.extremelogic" % "extremelogic-common-core" % "0.0.1"
[ph.extremelogic/extremelogic-common-core "0.0.1"]