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