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