GroupId | GroupIdcom.epam.eco.schemacatalog |
---|---|
ArtifactId | ArtifactIdschema-catalog-parent |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
schema-catalog-parent-0.1.0.pom | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.epam.eco.schemacatalog/schema-catalog-parent/ -->
<dependency>
<groupId>com.epam.eco.schemacatalog</groupId>
<artifactId>schema-catalog-parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.epam.eco.schemacatalog/schema-catalog-parent/
implementation 'com.epam.eco.schemacatalog:schema-catalog-parent:0.1.0'
// https://jarcasting.com/artifacts/com.epam.eco.schemacatalog/schema-catalog-parent/
implementation ("com.epam.eco.schemacatalog:schema-catalog-parent:0.1.0")
'com.epam.eco.schemacatalog:schema-catalog-parent:pom:0.1.0'
<dependency org="com.epam.eco.schemacatalog" name="schema-catalog-parent" rev="0.1.0">
<artifact name="schema-catalog-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.epam.eco.schemacatalog', module='schema-catalog-parent', version='0.1.0')
)
libraryDependencies += "com.epam.eco.schemacatalog" % "schema-catalog-parent" % "0.1.0"
[com.epam.eco.schemacatalog/schema-catalog-parent "0.1.0"]