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