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