GroupId | GroupIdorg.pustefixframework |
---|---|
ArtifactId | ArtifactIdpustefix-agent |
Version | Version0.19.27 |
Type | Typejar |
Filename | Size |
---|---|
pustefix-agent-0.19.27.pom | |
pustefix-agent-0.19.27.jar | 13 KB |
pustefix-agent-0.19.27-sources.jar | 6 KB |
pustefix-agent-0.19.27-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pustefixframework/pustefix-agent/ -->
<dependency>
<groupId>org.pustefixframework</groupId>
<artifactId>pustefix-agent</artifactId>
<version>0.19.27</version>
</dependency>
// https://jarcasting.com/artifacts/org.pustefixframework/pustefix-agent/
implementation 'org.pustefixframework:pustefix-agent:0.19.27'
// https://jarcasting.com/artifacts/org.pustefixframework/pustefix-agent/
implementation ("org.pustefixframework:pustefix-agent:0.19.27")
'org.pustefixframework:pustefix-agent:jar:0.19.27'
<dependency org="org.pustefixframework" name="pustefix-agent" rev="0.19.27">
<artifact name="pustefix-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pustefixframework', module='pustefix-agent', version='0.19.27')
)
libraryDependencies += "org.pustefixframework" % "pustefix-agent" % "0.19.27"
[org.pustefixframework/pustefix-agent "0.19.27"]