GroupId | GroupIdorg.forwoods |
---|---|
ArtifactId | ArtifactIdmessagematch-parent |
Version | Version0.0.3 |
Type | Typepom |
Filename | Size |
---|---|
messagematch-parent-0.0.3.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.forwoods/messagematch-parent/ -->
<dependency>
<groupId>org.forwoods</groupId>
<artifactId>messagematch-parent</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.forwoods/messagematch-parent/
implementation 'org.forwoods:messagematch-parent:0.0.3'
// https://jarcasting.com/artifacts/org.forwoods/messagematch-parent/
implementation ("org.forwoods:messagematch-parent:0.0.3")
'org.forwoods:messagematch-parent:pom:0.0.3'
<dependency org="org.forwoods" name="messagematch-parent" rev="0.0.3">
<artifact name="messagematch-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.forwoods', module='messagematch-parent', version='0.0.3')
)
libraryDependencies += "org.forwoods" % "messagematch-parent" % "0.0.3"
[org.forwoods/messagematch-parent "0.0.3"]