com.github.spt-oss:spt-java-commons

Custom libraries for Java projects

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.spt-oss
ArtifactId

ArtifactId

spt-java-commons
Last Version

Last Version

1.8.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Custom libraries for Java projects
Project URL

Project URL

https://github.com/spt-oss/spt-java-commons
Project Organization

Project Organization

SPT
Source Code Management

Source Code Management

https://github.com/spt-oss/spt-java-commons/tree/master

Download spt-java-commons

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.spt-oss/spt-java-commons/ -->
<dependency>
    <groupId>com.github.spt-oss</groupId>
    <artifactId>spt-java-commons</artifactId>
    <version>1.8.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/spt-java-commons/
implementation 'com.github.spt-oss:spt-java-commons:1.8.0.1'
// https://jarcasting.com/artifacts/com.github.spt-oss/spt-java-commons/
implementation ("com.github.spt-oss:spt-java-commons:1.8.0.1")
'com.github.spt-oss:spt-java-commons:jar:1.8.0.1'
<dependency org="com.github.spt-oss" name="spt-java-commons" rev="1.8.0.1">
  <artifact name="spt-java-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='spt-java-commons', version='1.8.0.1')
)
libraryDependencies += "com.github.spt-oss" % "spt-java-commons" % "1.8.0.1"
[com.github.spt-oss/spt-java-commons "1.8.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api Optional jar 1.7.25
org.springframework : spring-aop Optional jar
org.springframework : spring-core Optional jar 5.0.6.RELEASE

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.18

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.0.2.RELEASE

Project Modules

There are no modules declared in this project.

SPT Java Commons

circleci maven central javadoc

  • Custom libraries for Java projects

Usage

Use Java classes

  • Add a dependency in your POM.

     <dependency>
     	<groupId>com.github.spt-oss</groupId>
     	<artifactId>spt-java-commons</artifactId>
     	<version>X.X.X</version>
     </dependency>

Enable settings for Eclipse

  • Checkout the repository and import settings into your Eclipse.

     src/main/resources/
         spt/
             settings/
                 checkstyle/
                     checkstyle.xml # For Checkstyle
                 eclipse/
                     platform/      # For Eclipse platform
                     project/       # For Eclipse projects

Enable Checkstyle for Maven

  • Add a dependency in your POM.

     <plugin>
     	<groupId>org.apache.maven.plugins</groupId>
     	<artifactId>maven-checkstyle-plugin</artifactId>
     	<configuration>
     		<configLocation>spt/settings/checkstyle/checkstyle.xml</configLocation>
     	</configuration>
     	<dependencies>
     		<dependency>
     			<groupId>com.puppycrawl.tools</groupId>
     			<artifactId>checkstyle</artifactId>
     			<version>X.X.X</version>
     		</dependency>
     		<dependency>
     			<groupId>com.github.spt-oss</groupId>
     			<artifactId>spt-java-commons</artifactId>
     			<version>X.X.X</version>
     		</dependency>
     	</dependencies>
     </plugin>

License

  • This software is released under the Apache License 2.0.
com.github.spt-oss

SPT

Open Source Libraries for Java

Versions

Version
1.8.0.1