Categories |
CategoriesORM Data Search Business Logic Libraries |
---|---|
GroupId | GroupIdorg.jasig.ssp.platform |
ArtifactId | ArtifactIdplatform-search-api |
Version | Version1.2.0-b2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jasig.ssp.platform/platform-search-api/ -->
<dependency>
<groupId>org.jasig.ssp.platform</groupId>
<artifactId>platform-search-api</artifactId>
<version>1.2.0-b2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.ssp.platform/platform-search-api/
implementation 'org.jasig.ssp.platform:platform-search-api:1.2.0-b2'
// https://jarcasting.com/artifacts/org.jasig.ssp.platform/platform-search-api/
implementation ("org.jasig.ssp.platform:platform-search-api:1.2.0-b2")
'org.jasig.ssp.platform:platform-search-api:jar:1.2.0-b2'
<dependency org="org.jasig.ssp.platform" name="platform-search-api" rev="1.2.0-b2">
<artifact name="platform-search-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.ssp.platform', module='platform-search-api', version='1.2.0-b2')
)
libraryDependencies += "org.jasig.ssp.platform" % "platform-search-api" % "1.2.0-b2"
[org.jasig.ssp.platform/platform-search-api "1.2.0-b2"]