GroupId | GroupIdorg.javasimon |
---|---|
ArtifactId | ArtifactIdjavasimon-console-parent |
Version | Version3.2.0 |
Type | Typepom |
Filename | Size |
---|---|
javasimon-console-parent-3.2.0.pom | 634 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.javasimon/javasimon-console-parent/ -->
<dependency>
<groupId>org.javasimon</groupId>
<artifactId>javasimon-console-parent</artifactId>
<version>3.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.javasimon/javasimon-console-parent/
implementation 'org.javasimon:javasimon-console-parent:3.2.0'
// https://jarcasting.com/artifacts/org.javasimon/javasimon-console-parent/
implementation ("org.javasimon:javasimon-console-parent:3.2.0")
'org.javasimon:javasimon-console-parent:pom:3.2.0'
<dependency org="org.javasimon" name="javasimon-console-parent" rev="3.2.0">
<artifact name="javasimon-console-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.javasimon', module='javasimon-console-parent', version='3.2.0')
)
libraryDependencies += "org.javasimon" % "javasimon-console-parent" % "3.2.0"
[org.javasimon/javasimon-console-parent "3.2.0"]