Developer Tools

Collection of modules helpful for local development.

Лицензия

Лицензия

Группа

Группа

com.github.nblair
Идентификатор

Идентификатор

developer-tools
Последняя версия

Последняя версия

0.2.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Developer Tools
Collection of modules helpful for local development.
Система контроля версий

Система контроля версий

https://github.com/nblair/developer-tools

Скачать developer-tools

Имя Файла Размер
developer-tools-0.2.0.pom 4 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.nblair/developer-tools/ -->
<dependency>
    <groupId>com.github.nblair</groupId>
    <artifactId>developer-tools</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nblair/developer-tools/
implementation 'com.github.nblair:developer-tools:0.2.0'
// https://jarcasting.com/artifacts/com.github.nblair/developer-tools/
implementation ("com.github.nblair:developer-tools:0.2.0")
'com.github.nblair:developer-tools:pom:0.2.0'
<dependency org="com.github.nblair" name="developer-tools" rev="0.2.0">
  <artifact name="developer-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nblair', module='developer-tools', version='0.2.0')
)
libraryDependencies += "com.github.nblair" % "developer-tools" % "0.2.0"
[com.github.nblair/developer-tools "0.2.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • preauth-simulation-filter
  • preauth-simulation-filter-servlet_2.5
  • spring-profile-conditional-filter

Build Status

Developer Tools

This is a collection of (questionably?) useful libraries supporting me and my team's software development.

preauth-simulation filter

preauth-simulation-filter includes a Java Servlet Filter that lets a developer spoof Pre-Authentication environments (Shibboleth, SiteMinder) locally without having to install them on their workstation.

Available via Maven Central:

<dependency>
	<groupId>com.github.nblair</groupId>
	<artifactId>preauth-simulation-filter</artifactId>
	<version>0.1.0</version>
</dependency>

spring-profile-conditional-filter

spring-profile-conditional-filter gives you the means to conditionally activate a Java Servlet Filter if and only if one or more Spring Profiles are active.

Available via Maven Central:

<dependency>
	<groupId>com.github.nblair</groupId>
	<artifactId>spring-profile-conditional-filter</artifactId>
	<version>0.1.0</version>
</dependency>

Версии библиотеки

Версия
0.2.0
0.1.0