is not current version
Last Version 2.4.6

org.s1-platform:s1-core 2.3.1

Core of S1-Platform

Categories

Categories

ORM Data
GroupId

GroupId

org.s1-platform
ArtifactId

ArtifactId

s1-core
Version

Version

2.3.1
Type

Type

jar

Download s1-core 2.3.1


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