Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdde.perdian.flightsearch |
ArtifactId | ArtifactIdflightsearch-api |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
flightsearch-api-1.0.0.pom | |
flightsearch-api-1.0.0.jar | 485 KB |
flightsearch-api-1.0.0-sources.jar | 464 KB |
flightsearch-api-1.0.0-javadoc.jar | 570 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.perdian.flightsearch/flightsearch-api/ -->
<dependency>
<groupId>de.perdian.flightsearch</groupId>
<artifactId>flightsearch-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.perdian.flightsearch/flightsearch-api/
implementation 'de.perdian.flightsearch:flightsearch-api:1.0.0'
// https://jarcasting.com/artifacts/de.perdian.flightsearch/flightsearch-api/
implementation ("de.perdian.flightsearch:flightsearch-api:1.0.0")
'de.perdian.flightsearch:flightsearch-api:jar:1.0.0'
<dependency org="de.perdian.flightsearch" name="flightsearch-api" rev="1.0.0">
<artifact name="flightsearch-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.perdian.flightsearch', module='flightsearch-api', version='1.0.0')
)
libraryDependencies += "de.perdian.flightsearch" % "flightsearch-api" % "1.0.0"
[de.perdian.flightsearch/flightsearch-api "1.0.0"]