is not current version
Last Version 2.3.3

se.skltp.agp:agp-core 2.3


GroupId

GroupId

se.skltp.agp
ArtifactId

ArtifactId

agp-core
Version

Version

2.3
Type

Type

jar

Download agp-core 2.3


<!-- https://jarcasting.com/artifacts/se.skltp.agp/agp-core/ -->
<dependency>
    <groupId>se.skltp.agp</groupId>
    <artifactId>agp-core</artifactId>
    <version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/se.skltp.agp/agp-core/
implementation 'se.skltp.agp:agp-core:2.3'
// https://jarcasting.com/artifacts/se.skltp.agp/agp-core/
implementation ("se.skltp.agp:agp-core:2.3")
'se.skltp.agp:agp-core:jar:2.3'
<dependency org="se.skltp.agp" name="agp-core" rev="2.3">
  <artifact name="agp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.skltp.agp', module='agp-core', version='2.3')
)
libraryDependencies += "se.skltp.agp" % "agp-core" % "2.3"
[se.skltp.agp/agp-core "2.3"]