backdoor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.tanin47</groupId>
<artifactId>backdoor</artifactId>
<version>2.7.0-rc1</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>io.github.tanin47</groupId>
<artifactId>backdoor</artifactId>
<version>2.7.0-rc1</version>
<name>Backdoor</name>
<description>Database querying and editing tool for you and your team</description>
<url>https://github.com/tanin47/backdoor</url>
<inceptionYear>2025</inceptionYear>
<licenses>
<license>
<name>MIT</name>
<url>https://spdx.org/licenses/MIT.html</url>
</license>
</licenses>
<developers>
<developer>
<id>tanin47</id>
<name>Tanin Na Nakorn</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/tanin47/backdoor.git</connection>
<developerConnection>scm:git:ssh://github.com/tanin47/backdoor.git</developerConnection>
<url>http://github.com/tanin47/backdoor</url>
</scm>
</project>