GroupId | GroupIdcom.aoindustries |
---|---|
ArtifactId | ArtifactIdao-firewalld-book |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ao-firewalld-book-1.0.0.pom | |
ao-firewalld-book-1.0.0.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aoindustries/ao-firewalld-book/ -->
<dependency>
<groupId>com.aoindustries</groupId>
<artifactId>ao-firewalld-book</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aoindustries/ao-firewalld-book/
implementation 'com.aoindustries:ao-firewalld-book:1.0.0'
// https://jarcasting.com/artifacts/com.aoindustries/ao-firewalld-book/
implementation ("com.aoindustries:ao-firewalld-book:1.0.0")
'com.aoindustries:ao-firewalld-book:jar:1.0.0'
<dependency org="com.aoindustries" name="ao-firewalld-book" rev="1.0.0">
<artifact name="ao-firewalld-book" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aoindustries', module='ao-firewalld-book', version='1.0.0')
)
libraryDependencies += "com.aoindustries" % "ao-firewalld-book" % "1.0.0"
[com.aoindustries/ao-firewalld-book "1.0.0"]