License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdwang.sunkey |
ArtifactId | ArtifactIdcommons |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-1.0.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/wang.sunkey/commons/ -->
<dependency>
<groupId>wang.sunkey</groupId>
<artifactId>commons</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/wang.sunkey/commons/
implementation 'wang.sunkey:commons:1.0.1'
// https://jarcasting.com/artifacts/wang.sunkey/commons/
implementation ("wang.sunkey:commons:1.0.1")
'wang.sunkey:commons:pom:1.0.1'
<dependency org="wang.sunkey" name="commons" rev="1.0.1">
<artifact name="commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='wang.sunkey', module='commons', version='1.0.1')
)
libraryDependencies += "wang.sunkey" % "commons" % "1.0.1"
[wang.sunkey/commons "1.0.1"]