Categories |
CategoriesIDE Development Tools ORM Data |
---|---|
GroupId | GroupIdorg.openidentityplatform.commons.launcher |
ArtifactId | ArtifactIdlauncher |
Version | Version2.0.8 |
Type | Typejar |
Filename | Size |
---|---|
launcher-2.0.8.pom | |
launcher-2.0.8.jar | 389 KB |
launcher-2.0.8-sources.jar | 22 KB |
launcher-2.0.8-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons.launcher/launcher/ -->
<dependency>
<groupId>org.openidentityplatform.commons.launcher</groupId>
<artifactId>launcher</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.launcher/launcher/
implementation 'org.openidentityplatform.commons.launcher:launcher:2.0.8'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.launcher/launcher/
implementation ("org.openidentityplatform.commons.launcher:launcher:2.0.8")
'org.openidentityplatform.commons.launcher:launcher:jar:2.0.8'
<dependency org="org.openidentityplatform.commons.launcher" name="launcher" rev="2.0.8">
<artifact name="launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons.launcher', module='launcher', version='2.0.8')
)
libraryDependencies += "org.openidentityplatform.commons.launcher" % "launcher" % "2.0.8"
[org.openidentityplatform.commons.launcher/launcher "2.0.8"]