jbanking
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>fr.marcwrobel</groupId> <artifactId>jbanking</artifactId> <version>4.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>fr.marcwrobel</groupId> <artifactId>jbanking</artifactId> <version>4.2.0</version> <name>jbanking</name> <description>A banking API for Java.</description> <url>http://jbanking.marcwrobel.fr</url> <inceptionYear>2013</inceptionYear> <organization> <name>Marc Wrobel</name> <url>http://www.marcwrobel.fr/</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Marc Wrobel</name> <email>marc.wrobel@gmail.com</email> <url>http://www.marcwrobel.fr/</url> </developer> </developers> <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false"> <connection>scm:git:git@github.com:marcwrobel/jbanking</connection> <developerConnection>scm:git:git@github.com:marcwrobel/jbanking</developerConnection> <tag>v4.2.0</tag> <url>https://github.com/marcwrobel/jbanking</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/marcwrobel/jbanking/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/marcwrobel/jbanking/actions</url> </ciManagement> <distributionManagement> <repository> <id>sonatype-nexus-staging</id> <name>Sonatype OSSRH</name> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> </repository> </distributionManagement> </project>