Categories |
CategoriesAuto Application Layer Libs Code Generators Automon Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.automon |
ArtifactId | ArtifactIdhelloworld_woven |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
helloworld_woven-1.0.1.pom | |
helloworld_woven-1.0.1.jar | 9 KB |
helloworld_woven-1.0.1-sources.jar | 1 KB |
helloworld_woven-1.0.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.automon/helloworld_woven/ -->
<dependency>
<groupId>org.automon</groupId>
<artifactId>helloworld_woven</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.automon/helloworld_woven/
implementation 'org.automon:helloworld_woven:1.0.1'
// https://jarcasting.com/artifacts/org.automon/helloworld_woven/
implementation ("org.automon:helloworld_woven:1.0.1")
'org.automon:helloworld_woven:jar:1.0.1'
<dependency org="org.automon" name="helloworld_woven" rev="1.0.1">
<artifact name="helloworld_woven" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.automon', module='helloworld_woven', version='1.0.1')
)
libraryDependencies += "org.automon" % "helloworld_woven" % "1.0.1"
[org.automon/helloworld_woven "1.0.1"]