Categories |
CategoriesNet |
---|---|
GroupId | GroupIdpl.net.falcon |
ArtifactId | ArtifactIdfaxel |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
faxel-1.1.0.pom | |
faxel-1.1.0.jar | 37 KB |
faxel-1.1.0-sources.jar | 17 KB |
faxel-1.1.0-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.net.falcon/faxel/ -->
<dependency>
<groupId>pl.net.falcon</groupId>
<artifactId>faxel</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.net.falcon/faxel/
implementation 'pl.net.falcon:faxel:1.1.0'
// https://jarcasting.com/artifacts/pl.net.falcon/faxel/
implementation ("pl.net.falcon:faxel:1.1.0")
'pl.net.falcon:faxel:jar:1.1.0'
<dependency org="pl.net.falcon" name="faxel" rev="1.1.0">
<artifact name="faxel" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.net.falcon', module='faxel', version='1.1.0')
)
libraryDependencies += "pl.net.falcon" % "faxel" % "1.1.0"
[pl.net.falcon/faxel "1.1.0"]