GroupId | GroupIdcom.swoval |
---|---|
ArtifactId | ArtifactIdapple-file-events |
Version | Version1.2.4 |
Type | Typejar |
Filename | Size |
---|---|
apple-file-events-1.2.4.pom | |
apple-file-events-1.2.4.jar | 19 KB |
apple-file-events-1.2.4-sources.jar | 4 KB |
apple-file-events-1.2.4-javadoc.jar | 384 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.swoval/apple-file-events/ -->
<dependency>
<groupId>com.swoval</groupId>
<artifactId>apple-file-events</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.swoval/apple-file-events/
implementation 'com.swoval:apple-file-events:1.2.4'
// https://jarcasting.com/artifacts/com.swoval/apple-file-events/
implementation ("com.swoval:apple-file-events:1.2.4")
'com.swoval:apple-file-events:jar:1.2.4'
<dependency org="com.swoval" name="apple-file-events" rev="1.2.4">
<artifact name="apple-file-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.swoval', module='apple-file-events', version='1.2.4')
)
libraryDependencies += "com.swoval" % "apple-file-events" % "1.2.4"
[com.swoval/apple-file-events "1.2.4"]