License |
License |
---|---|
GroupId | GroupIdorg.uqbar-project |
ArtifactId | ArtifactIduqbar-examples-parent |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUqbar Examples Parent
Parent POM with common settings for Uqbar examples (deploy to Uqbar repo, build with JDK7)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
uqbar-examples-parent-1.0.pom | 3 KB |
uqbar-examples-parent-1.0-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uqbar-project/uqbar-examples-parent/ -->
<dependency>
<groupId>org.uqbar-project</groupId>
<artifactId>uqbar-examples-parent</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.uqbar-project/uqbar-examples-parent/
implementation 'org.uqbar-project:uqbar-examples-parent:1.0'
// https://jarcasting.com/artifacts/org.uqbar-project/uqbar-examples-parent/
implementation ("org.uqbar-project:uqbar-examples-parent:1.0")
'org.uqbar-project:uqbar-examples-parent:jar:1.0'
<dependency org="org.uqbar-project" name="uqbar-examples-parent" rev="1.0">
<artifact name="uqbar-examples-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uqbar-project', module='uqbar-examples-parent', version='1.0')
)
libraryDependencies += "org.uqbar-project" % "uqbar-examples-parent" % "1.0"
[org.uqbar-project/uqbar-examples-parent "1.0"]