simplecoreapi
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>cl.franciscosolis</groupId> <artifactId>simplecoreapi</artifactId> <version>1.0.1</version> </dependency>
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>cl.franciscosolis</groupId> <artifactId>simplecoreapi</artifactId> <version>1.0.1</version> <name>SimpleCoreAPI</name> <description>The best way to create a kotlin project.</description> <url>https://github.com/Im-Fran/SimpleCoreAPI</url> <licenses> <license> <name>GNU GPL v3</name> <url>https://github.com/Im-Fran/SimpleCoreAPI/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <id>Im-Fran</id> <name>Francisco Solís</name> <email>imfran@duck.com</email> </developer> </developers> <scm> <url>https://github.com/Im-Fran/SimpleCoreAPI.git</url> </scm> <dependencies/> </project>