maven/org/jodd/jodd-bean/5.1.6/jodd-bean-5.1.6.pom

52 lines
1.8 KiB
Plaintext
Raw Normal View History

2025-06-20 17:09:38 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.jodd</groupId>
<artifactId>jodd-bean</artifactId>
<version>5.1.6</version>
<dependencies>
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-core</artifactId>
<version>5.1.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>Jodd BeanUtil</name>
<description>Jodd BeanUtil is fast and powerful bean manipulation library.</description>
<url>http://jodd.org</url>
<organization>
<name>Jodd</name>
<url>http://jodd.org</url>
</organization>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/oblac/jodd/issues</url>
</issueManagement>
<licenses>
<license>
<name>BSD-2-Clause</name>
<url>http://jodd.org/license.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/oblac/jodd</url>
<connection>scm:git:git://github.com/oblac/jodd.git</connection>
<developerConnection>scm:git:ssh://git@github.com/oblac/jodd.git</developerConnection>
</scm>
<developers>
<developer>
<id>igor</id>
<name>Igor Spasić</name>
<email>igor@jodd.org</email>
<timezone>+1</timezone>
</developer>
</developers>
</project>