Tapis Shared Front-End Library

Shared library for front end Tapis code

Лицензия

Лицензия

Группа

Группа

edu.utexas.tacc.tapis
Идентификатор

Идентификатор

api
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Tapis Shared Front-End Library
Shared library for front end Tapis code
Организация-разработчик

Организация-разработчик

TACC

Скачать api

Имя Файла Размер
api-1.0.2.pom
api-1.0.2.jar 55 KB
api-1.0.2-sources.jar 47 KB
api-1.0.2-javadoc.jar 494 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/api/ -->
<dependency>
    <groupId>edu.utexas.tacc.tapis</groupId>
    <artifactId>api</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/api/
implementation 'edu.utexas.tacc.tapis:api:1.0.2'
// https://jarcasting.com/artifacts/edu.utexas.tacc.tapis/api/
implementation ("edu.utexas.tacc.tapis:api:1.0.2")
'edu.utexas.tacc.tapis:api:jar:1.0.2'
<dependency org="edu.utexas.tacc.tapis" name="api" rev="1.0.2">
  <artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.utexas.tacc.tapis', module='api', version='1.0.2')
)
libraryDependencies += "edu.utexas.tacc.tapis" % "api" % "1.0.2"
[edu.utexas.tacc.tapis/api "1.0.2"]

Зависимости

compile (18)

Идентификатор библиотеки Тип Версия
edu.utexas.tacc.tapis : lib jar 1.0.2
jakarta.servlet : jakarta.servlet-api jar
org.glassfish.jersey.containers : jersey-container-servlet jar
commons-io : commons-io jar
com.google.code.gson : gson jar
io.jsonwebtoken : jjwt jar
args4j : args4j jar
commons-codec : commons-codec jar
org.glassfish.jersey.containers : jersey-container-servlet-core jar
org.glassfish.jersey.inject : jersey-hk2 jar
org.glassfish.jersey.core : jersey-common jar
javax.xml.bind : jaxb-api jar
com.sun.xml.bind : jaxb-core jar
com.sun.xml.bind : jaxb-impl jar
javax.activation : activation jar
io.swagger.core.v3 : swagger-core jar
io.swagger.core.v3 : swagger-jaxrs2 jar
io.swagger.core.v3 : swagger-annotations jar

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-lang3 jar

test (1)

Идентификатор библиотеки Тип Версия
org.testng : testng jar

Модули Проекта

Данный проект не имеет модулей.

#Tapis BOM

Profiles

There is a profile with ID ossrh in the tapis-bom. This is the profile that is needed to deploy/release as it activates the plugins that are used for signing/javadocs/sourcemaps etc.

settings.xml

Credentials are required to push to maven central. There is a jenkins secretfile on Jenkins03 that has a very basic settings.xml which includes the username and password for the cicsupport user which is tied to maven central.

Deploy / Release

A deployment pushes a new snapshot build to maven central. By default snapshot repositories are disabled by maven.

mvn clean deploy -P ossrh

A release pushes a new production version to maven central and is available for all to download.

mvn clean release:prepare release:perform -P ossrh

A typical workflow is to deploy snapshots continually, then when features are tested and stabilized, push a new release based on the latest snapshot.

edu.utexas.tacc.tapis

Версии библиотеки

Версия
1.0.2