is not current version
Last Version 2.4.6

org.s1-platform:s1-core 2.2.2

Core of S1-Platform

Categories

Categories

ORM Data
GroupId

GroupId

org.s1-platform
ArtifactId

ArtifactId

s1-core
Version

Version

2.2.2
Type

Type

jar

Download s1-core 2.2.2


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