| GroupId | GroupIdorg.shept |
|---|---|
| ArtifactId | ArtifactIdshept-core |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| shept-core-1.0.3.pom | |
| shept-core-1.0.3.jar | 266 KB |
| shept-core-1.0.3-sources.jar | 234 KB |
| shept-core-1.0.3-javadoc.jar | 838 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.shept/shept-core/ -->
<dependency>
<groupId>org.shept</groupId>
<artifactId>shept-core</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.shept/shept-core/
implementation 'org.shept:shept-core:1.0.3'
// https://jarcasting.com/artifacts/org.shept/shept-core/
implementation ("org.shept:shept-core:1.0.3")
'org.shept:shept-core:jar:1.0.3'
<dependency org="org.shept" name="shept-core" rev="1.0.3">
<artifact name="shept-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shept', module='shept-core', version='1.0.3')
)
libraryDependencies += "org.shept" % "shept-core" % "1.0.3"
[org.shept/shept-core "1.0.3"]