License |
License |
---|---|
GroupId | GroupIdcom.ivanceras |
ArtifactId | ArtifactIdparent |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionparent
parent for ORM, fluentsql and commons.This is only for unifying the version of the 3 maven projects associated with ivanceras orm
|
Project URL |
Project URL |
Filename | Size |
---|---|
parent-0.1.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ivanceras/parent/ -->
<dependency>
<groupId>com.ivanceras</groupId>
<artifactId>parent</artifactId>
<version>0.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ivanceras/parent/
implementation 'com.ivanceras:parent:0.1.2'
// https://jarcasting.com/artifacts/com.ivanceras/parent/
implementation ("com.ivanceras:parent:0.1.2")
'com.ivanceras:parent:pom:0.1.2'
<dependency org="com.ivanceras" name="parent" rev="0.1.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ivanceras', module='parent', version='0.1.2')
)
libraryDependencies += "com.ivanceras" % "parent" % "0.1.2"
[com.ivanceras/parent "0.1.2"]