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