is not current version
Last Version 2.4.6

org.s1-platform:s1-core 2.1.0

Core of S1-Platform

Categories

Categories

ORM Data
GroupId

GroupId

org.s1-platform
ArtifactId

ArtifactId

s1-core
Version

Version

2.1.0
Type

Type

jar

Download s1-core 2.1.0


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