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