Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.launchkey.sdk |
ArtifactId | ArtifactIdlaunchkey-examples-parent |
Version | Version2.1.0 |
Type | Typepom |
Filename | Size |
---|---|
launchkey-examples-parent-2.1.0.pom | 687 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.launchkey.sdk/launchkey-examples-parent/ -->
<dependency>
<groupId>com.launchkey.sdk</groupId>
<artifactId>launchkey-examples-parent</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.launchkey.sdk/launchkey-examples-parent/
implementation 'com.launchkey.sdk:launchkey-examples-parent:2.1.0'
// https://jarcasting.com/artifacts/com.launchkey.sdk/launchkey-examples-parent/
implementation ("com.launchkey.sdk:launchkey-examples-parent:2.1.0")
'com.launchkey.sdk:launchkey-examples-parent:pom:2.1.0'
<dependency org="com.launchkey.sdk" name="launchkey-examples-parent" rev="2.1.0">
<artifact name="launchkey-examples-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.launchkey.sdk', module='launchkey-examples-parent', version='2.1.0')
)
libraryDependencies += "com.launchkey.sdk" % "launchkey-examples-parent" % "2.1.0"
[com.launchkey.sdk/launchkey-examples-parent "2.1.0"]