Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.saulpower.fayeclient |
ArtifactId | ArtifactIdlibrary |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
library-1.0.pom | |
library-1.0.jar | 30 KB |
library-1.0-sources.jar | 17 KB |
library-1.0-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.saulpower.fayeclient/library/ -->
<dependency>
<groupId>com.saulpower.fayeclient</groupId>
<artifactId>library</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.saulpower.fayeclient/library/
implementation 'com.saulpower.fayeclient:library:1.0'
// https://jarcasting.com/artifacts/com.saulpower.fayeclient/library/
implementation ("com.saulpower.fayeclient:library:1.0")
'com.saulpower.fayeclient:library:jar:1.0'
<dependency org="com.saulpower.fayeclient" name="library" rev="1.0">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.saulpower.fayeclient', module='library', version='1.0')
)
libraryDependencies += "com.saulpower.fayeclient" % "library" % "1.0"
[com.saulpower.fayeclient/library "1.0"]