GroupId | GroupIdorg.nhind |
---|---|
ArtifactId | ArtifactIddirect-sta-sboot |
Version | Version6.0 |
Type | Typejar |
Filename | Size |
---|---|
direct-sta-sboot-6.0.pom | |
direct-sta-sboot-6.0.jar | 83 MB |
direct-sta-sboot-6.0-sources.jar | 5 KB |
direct-sta-sboot-6.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nhind/direct-sta-sboot/ -->
<dependency>
<groupId>org.nhind</groupId>
<artifactId>direct-sta-sboot</artifactId>
<version>6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.nhind/direct-sta-sboot/
implementation 'org.nhind:direct-sta-sboot:6.0'
// https://jarcasting.com/artifacts/org.nhind/direct-sta-sboot/
implementation ("org.nhind:direct-sta-sboot:6.0")
'org.nhind:direct-sta-sboot:jar:6.0'
<dependency org="org.nhind" name="direct-sta-sboot" rev="6.0">
<artifact name="direct-sta-sboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nhind', module='direct-sta-sboot', version='6.0')
)
libraryDependencies += "org.nhind" % "direct-sta-sboot" % "6.0"
[org.nhind/direct-sta-sboot "6.0"]