Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.s1-platform |
ArtifactId | ArtifactIds1-web |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
s1-web-0.1.0.pom | |
s1-web-0.1.0.jar | 64 KB |
s1-web-0.1.0-sources.jar | 34 KB |
s1-web-0.1.0-javadoc.jar | 164 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.s1-platform/s1-web/ -->
<dependency>
<groupId>org.s1-platform</groupId>
<artifactId>s1-web</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.s1-platform/s1-web/
implementation 'org.s1-platform:s1-web:0.1.0'
// https://jarcasting.com/artifacts/org.s1-platform/s1-web/
implementation ("org.s1-platform:s1-web:0.1.0")
'org.s1-platform:s1-web:jar:0.1.0'
<dependency org="org.s1-platform" name="s1-web" rev="0.1.0">
<artifact name="s1-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.s1-platform', module='s1-web', version='0.1.0')
)
libraryDependencies += "org.s1-platform" % "s1-web" % "0.1.0"
[org.s1-platform/s1-web "0.1.0"]