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