GroupId | GroupIdbr.com.objectos |
---|---|
ArtifactId | ArtifactIdway-sql-parent |
Version | Version2.0.1 |
Type | Typepom |
Filename | Size |
---|---|
way-sql-parent-2.0.1.pom | 887 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/way-sql-parent/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>way-sql-parent</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/way-sql-parent/
implementation 'br.com.objectos:way-sql-parent:2.0.1'
// https://jarcasting.com/artifacts/br.com.objectos/way-sql-parent/
implementation ("br.com.objectos:way-sql-parent:2.0.1")
'br.com.objectos:way-sql-parent:pom:2.0.1'
<dependency org="br.com.objectos" name="way-sql-parent" rev="2.0.1">
<artifact name="way-sql-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='way-sql-parent', version='2.0.1')
)
libraryDependencies += "br.com.objectos" % "way-sql-parent" % "2.0.1"
[br.com.objectos/way-sql-parent "2.0.1"]